projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af1bc0c
)
log: sandbox: Enable logging
author
Simon Glass
<
[email protected]
>
Mon, 4 Dec 2017 20:48:29 +0000
(13:48 -0700)
committer
Tom Rini
<
[email protected]
>
Thu, 7 Dec 2017 20:17:00 +0000
(15:17 -0500)
Enable all logging features on sandbox so that the tests can be run.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
configs/sandbox_defconfig
patch
|
blob
|
history
diff --git
a/configs/sandbox_defconfig
b/configs/sandbox_defconfig
index b8d1e8cf31aa02eb6317f7c8de6efc28712fe182..7efb4ebf117b07e3e62526ae3bc9ce7b0fee68f2 100644
(file)
--- a/
configs/sandbox_defconfig
+++ b/
configs/sandbox_defconfig
@@
-16,6
+16,8
@@
CONFIG_CONSOLE_RECORD_OUT_SIZE=0x1000
CONFIG_SILENT_CONSOLE=y
CONFIG_PRE_CONSOLE_BUFFER=y
CONFIG_PRE_CON_BUF_ADDR=0x100000
+CONFIG_LOG=y
+CONFIG_LOG_MAX_LEVEL=6
CONFIG_CMD_CPU=y
CONFIG_CMD_LICENSE=y
CONFIG_CMD_BOOTZ=y
@@
-64,6
+66,7
@@
CONFIG_CMD_CBFS=y
CONFIG_CMD_CRAMFS=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_MTDPARTS=y
+CONFIG_CMD_LOG=y
CONFIG_MAC_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_OF_CONTROL=y